Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to enable multi-selection in SelectWithoutFormik #5018

Merged

Conversation

viktorvanwijk
Copy link
Contributor

@viktorvanwijk viktorvanwijk commented Jan 14, 2025

Part of #4908, where multi-selection of the variables is needed.

Changes

Add support for multi-selection in SelectWithoutFormik component

Checklist

Check off the items that are completed or not relevant.

  • Impact on features

    • Checked copying a form
    • Checked import/export of a form
    • Config checks in the configuration overview admin page
    • Problem detection in the admin email digest is handled
  • Release management

    • I have labelled the PR as "needs-backport" accordingly
  • I have updated the translations assets (you do NOT need to provide translations)

    • Ran ./bin/makemessages_js.sh
    • Ran ./bin/compilemessages_js.sh
  • Dockerfile/scripts

    • Updated the Dockerfile with the necessary scripts from the ./bin folder
  • Commit hygiene

    • Commit messages refer to the relevant Github issue
    • Commit messages explain the "why" of change, not the how

@viktorvanwijk viktorvanwijk force-pushed the chore/4908-enable-multi-for-variable-selection-component branch from 364b6e0 to abb3c97 Compare January 14, 2025 11:43
@viktorvanwijk viktorvanwijk marked this pull request as ready for review January 14, 2025 11:44
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.63%. Comparing base (f16d700) to head (350799f).
Report is 28 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5018      +/-   ##
==========================================
+ Coverage   96.62%   96.63%   +0.01%     
==========================================
  Files         761      761              
  Lines       25961    26004      +43     
  Branches     3394     3395       +1     
==========================================
+ Hits        25084    25129      +45     
+ Misses        611      610       -1     
+ Partials      266      265       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@viktorvanwijk viktorvanwijk force-pushed the chore/4908-enable-multi-for-variable-selection-component branch 2 times, most recently from 2871d4a to 03048a2 Compare January 15, 2025 12:37
…onent.

Part of #4908, where multi-selection of the variables is needed.
@viktorvanwijk viktorvanwijk force-pushed the chore/4908-enable-multi-for-variable-selection-component branch from 03048a2 to 6ff9c0e Compare January 15, 2025 12:51
The padding top/bottom of the clear indicator was too large, making
the select take up too much vertical space.
@viktorvanwijk viktorvanwijk merged commit 7023c49 into master Jan 15, 2025
33 checks passed
@viktorvanwijk viktorvanwijk deleted the chore/4908-enable-multi-for-variable-selection-component branch January 15, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants